body{
    background-color: #000;   
}

.faq-item p {
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, height .3s;
    padding-left: 2.83333333em;
}

.faq-item .open p{
    height:auto;
    overflow: visible;
    opacity: 1;
    margin: 2.77777778em;
}

.custom-header {
    background-color: black;
}

.custom-accordion {
    background-color:  #080808;
    border-style: none;
}

.custom-accordion:has(.collapsed){
    box-shadow: none;
    background-color: black;
    border-style: none;
}

.accordion-button:not(.collapsed) {
    background-color: black !important;
    color: white !important; 
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.accordion-body {
    background-color: rgb(226, 224, 224) !important;
    color: rgb(0, 0, 0) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.accordion-item:last-child .accordion-button{
    border-bottom: 1px solid #FFFFFF
} 

#rodape {
    margin-top: 40px;    
    bottom: 0;
    left: 0;
    width: 100%;
  }

